DomainObjects Class Library

Collection<ContainerClass,RelatedClass>.Add Method

Adds an item to the ICollection`1.

Overload List

Adds an item to the ICollection`1.

public void Add(Collection<ContainerClass,RelatedClass>.RelatedClass);

To be XML serializable, types which inherit from IEnumerable must have an implementation of Add(System.Object) at all levels of their inheritance hierarchy. That is why this method has been implemented; it is only for XML deserialization use.

public void Add(Object);

See Also

Collection<ContainerClass,RelatedClass> Class | DomainObjects.Facade.Domain Namespace